home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / murphysTech.amirx < prev    next >
Text File  |  1999-07-05  |  6KB  |  63 lines

  1. /* Quote File Auto Converted to Arexx by Zonkerz */
  2. xx=random(1,56,time('s'))
  3. select
  4. when xx=1 then a="You can never tell which way the train went by looking at the track. "
  5. when xx=2 then a="Logic is a systematic method of coming to the wrong conclusion with confidence. "
  6. when xx=3 then a="Whenever a system becomes completely defined, some damn fool discovers something which either abolishes the system or expands it beyond recognition. "
  7. when xx=4 then a="Technology is dominated by those who manage what they do not understand. "
  8. when xx=5 then a="If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. "
  9. when xx=6 then a="The opulence of the front office decor varies inversely with the fundamental solvency of the firm. "
  10. when xx=7 then a="The attention span of a computer is only as long as it electrical cord. "
  11. when xx=8 then a="An expert is one who knows more and more about less and less until he knows absolutely everything about nothing. "
  12. when xx=9 then a="Tell a man there are 300 billion stars in the universe and he'll believe you. Tell him a bench has wet paint on it and he'll have to touch to be sure. "
  13. when xx=10 then a="All great discoveries are made by mistake. "
  14. when xx=11 then a="Always draw your curves, then plot your reading. "
  15. when xx=12 then a="Nothing ever gets built on schedule or within budget. "
  16. when xx=13 then a="All's well that ends. "
  17. when xx=14 then a="A meeting is an event at which the minutes are kept and the hours are lost. "
  18. when xx=15 then a="The first myth of management is that it exists. "
  19. when xx=16 then a="A failure will not appear till a unit has passed final inspection. "
  20. when xx=17 then a="New systems generate new problems. "
  21. when xx=18 then a="To err is human, but to really foul things up requires a computer. "
  22. when xx=19 then a="We don't know one millionth of one percent about anything. "
  23. when xx=20 then a="Any sufficiently advanced technology is indistinguishable from magic. "
  24. when xx=21 then a=" A computer makes as many mistakes in two seconds as 20 men working 20 years make. "
  25. when xx=22 then a="Nothing motivates a man more than to see his boss putting in an honest day's work. "
  26. when xx=23 then a="Some people manage by the book, even though they don't know who wrote the book or even what book. "
  27. when xx=24 then a="The primary function of the design engineer is to make things difficult for the fabricator and impossible for the serviceman. "
  28. when xx=25 then a="To spot the expert, pick the one who predicts the job will take the longest and cost the most. "
  29. when xx=26 then a="After all is said and done, a hell of a lot more is said than done. "
  30. when xx=27 then a="Any circuit design must contain at least one part which is obsolete, two parts which are unobtainable and three parts which are still under development. "
  31. when xx=28 then a="A complex system that works is invariably found to have evolved from a simple system that works. "
  32. when xx=29 then a="If mathematically you end up with the incorrect answer, try multiplying by the page number. "
  33. when xx=30 then a="Computers are unreliable, but humans are even more unreliable. Any system which depends on human reliability is unreliable. "
  34. when xx=31 then a=".Give all orders verbally. Never write anything down that might go into a 'Pearl Harbor File.' "
  35. when xx=32 then a="Under the most rigorously controlled conditions of pressure, temperature, volume, humidity, and other variables the organism will do as it damn well pleases. "
  36. when xx=33 then a="If you can't understand it, it is intuitively obvious. "
  37. when xx=34 then a="The more cordial the buyer's secretary, the greater the odds that the competition already has the order. "
  38. when xx=35 then a="In designing any type of construction, no overall dimension can be totalled correctly after 4:30 p.m. on Friday. The correct total will become self-evident at 8:15 a.m. on Monday. "
  39. when xx=36 then a="Fill what's empty. Empty what's full. And scratch where it itches. "
  40. when xx=37 then a="All things are possible except skiing through a revolving door. "
  41. when xx=38 then a="The only perfect science is hind-sight. "
  42. when xx=39 then a="Work smarder and not harder and be careful of yor speling. "
  43. when xx=40 then a="If it's not in the computer, it doesn't exist. "
  44. when xx=41 then a="If an experiment works, something has gone wrong. "
  45. when xx=42 then a="When all else fails, read the instructions. "
  46. when xx=43 then a="If there is a possibility of several things going wrong the one that will cause the most damage will be the one to go wrong. "
  47. when xx=44 then a="Everything that goes up must come down. "
  48. when xx=45 then a="Any instrument when dropped will roll into the least accessible corner. "
  49. when xx=46 then a="Any simple theory will be worded in the most complicated way. "
  50. when xx=47 then a="Build a system that even a fool can use and only a fool will want to use it. "
  51. when xx=48 then a="The degree of technical competence is inversely proportional to the level of management."
  52. when xx=50 then a="Any given program, when running, is obsolete. "
  53. when xx=51 then a="Any given program costs more and takes longer each time it is run. "
  54. when xx=52 then a="If a program is useful, it will have to be changed. "
  55. when xx=53 then a="If a program is useless, it will have to be documented. "
  56. when xx=54 then a="Any given program will expand to fill all the available memory. "
  57. when xx=55 then a="The value of a program is inversely proportional to the weight of its output. "
  58. when xx=56 then a="Program complexity grows until it exceeds the capability of the programmer who must maintain it."
  59. when xx=49 then a="All Constants are Variables. "
  60. end
  61. 'say 6 Murphys Laws of Tech:12' A
  62. exit
  63.